projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4b7717
)
fsck: report the correct error when a present file cannot be loaded
author
Giuseppe Scrivano
<gscrivan@redhat.com>
Wed, 22 Oct 2014 16:06:29 +0000
(18:06 +0200)
committer
Giuseppe Scrivano
<gscrivan@redhat.com>
Wed, 22 Oct 2014 16:06:29 +0000
(18:06 +0200)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
src/ostree/ot-builtin-fsck.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-fsck.c
b/src/ostree/ot-builtin-fsck.c
index afd1b5485cebf91a7bff1b75c05ad008b3ac1b7f..79bb5f2b932c8844f63a2516b978bf2085148a1a 100644
(file)
--- a/
src/ostree/ot-builtin-fsck.c
+++ b/
src/ostree/ot-builtin-fsck.c
@@
-118,6
+118,7
@@
load_and_fsck_one_object (OstreeRepo *repo,
}
else
{
+ *error = temp_error;
g_prefix_error (error, "Loading file object %s: ", checksum);
goto out;
}